(erc-startup-file-list): Fix typo in docstring.
authorJuanma Barranquero <lekktu@gmail.com>
Thu, 7 Jun 2007 00:38:12 +0000 (00:38 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Thu, 7 Jun 2007 00:38:12 +0000 (00:38 +0000)
lisp/erc/erc.el

index 72442de9f95015dcb859e3c2de4a596d1f5d42e2..d6875ffc4af33e506035c7aa606b4546dc485a35 100644 (file)
@@ -842,7 +842,7 @@ See `erc-server-flood-margin' for other flood-related parameters.")
 The first existent and readable one will get executed.
 
 If the filename ends with `.el' it is presumed to be an Emacs Lisp
-script and it gets (load)ed.  Otherwise is is treated as a bunch of
+script and it gets (load)ed.  Otherwise it is treated as a bunch of
 regular IRC commands."
   :group 'erc-scripts
   :type '(repeat file))